home *** CD-ROM | disk | FTP | other *** search
- /*
- * $VER: MOUSE.KEY 4.0039 (22-Mai-95)
- */
-
- VERSIONCHECK 40000 "MOUSE.KEY"
-
- KEY "rawmouse lbutton mouse_leftpress"
- GOTOMOUSE ;
-
- DOUBLEKEY "rawmouse lbutton mouse_leftpress" "rawmouse lbutton mouse_leftpress"
- IF {@CLEARRN}
- GOTOMOUSE {@SAMEPOS};
- SETMARK;
- GOTOMOUSE ;;
-
- KEY "rawmouse rbutton lbutton mouse_rightpress"
- UNMARK;
-
- DOUBLEKEY "rawmouse rbutton mouse_rightpress" "rawmouse rbutton mouse_rightpress"
- PANNEL ;
-
-
-